Tagged Questions
0
votes
1answer
41 views
How to enable chuncking on Apache 2.2.3 on Redhat system
My Apache (version 2.2.3 on redhat) server doesn't accept chunked-encoding, throwing this error:
chunked Transfer-Encoding forbidden: /services/soap.
I saw some people have the same problem, they ...
0
votes
0answers
16 views
Apache-Tomcat connector losing path element
I've been wrestling with porting a web application which uses Jersey servlets from tomcat7 and apache2 on ubuntu to tomcat5 on rhel5. I've finally gotten the apache and tomcat5 on the redhat instance ...
0
votes
1answer
49 views
Tomcat servlets issue on RedHat Enterprise 5
I have recently finished (almost) an application for a contract I was working on, and am porting the current instance from my work computer to the production server to work out any kinks before I do ...
1
vote
0answers
104 views
my Apache version seems to cause THREE.js to render in chrome differently from the way it renders in Firefox
At my wits end trying to figure out why this is happening:
Running red hat. Installed Apache by :yum install httpd (so latest[??] version 2013-04-13)
absolutely no alterations to the original -r57 ...
0
votes
1answer
61 views
Performance differences between python from package and python compiled from source
I would like to know if there are any documented performance differences between a Python interpreter that I can install from an rpm (or using yum) and a Python interpreter compiled from sources (with ...
0
votes
0answers
159 views
How to install to connect php with oracle on RedHat 6
I need maintain project of another person. This project connect php with oracle, but when i setup it on Redhad, system show error "Call to undefined function oci_connect() in ...".
I think i miss ...
0
votes
0answers
199 views
Using apache ProxyPass to forward URL on new site to old webserver
We are currently moving our site to a CMS, and in the process moving to a different server. There is some code on the older server that we do not want to move to the new server. We want the URLs to be ...
0
votes
0answers
23 views
auto apache test page for new domains
I have a redhat server and every time a new domain is added and linked toa directory the red hat test page is displayed. Even though the directory that the domain is linked to is empty. How can I do ...
0
votes
0answers
22 views
access python file in directory via apache in redhat
I used wsgiref.simple_server to create python web service.
Now I was trying deploy it to one redhat server use apache.
I created fcgi file and config apache.
DocumentRoot /home/langdetect
...
0
votes
1answer
191 views
Why does ant build fail with sudo even though it succeeds when run as root user?
I am compiling an Android app on server with java build tool ant.
When I run the following as root user the build succeeds:
export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/local/jdk
export ...
0
votes
0answers
70 views
Apache http server is running but unable to access pages
I have apache 2.2.3 server setup on RHEL 5.9. I am required to run the server on port 9001 (for reasons beyond my control).
The server is setup and starts up fine. I can see the PIDs for the same ...
0
votes
2answers
569 views
mod_proxy_html configuration - truncation issues
I've looked around as much as I can, and I've hit the point where I'm completely stumped.
I'm running a RedHat server with Apache on top, which I'm using as a proxy to sit between the outside world ...
1
vote
1answer
102 views
Unable to hide htaccess file
I'm having a difficult time hiding my .htaccess file -- I double-checked to ensure the following was present in httpd.conf:
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
...
1
vote
1answer
362 views
Install “Yum install httpd-devel” in a offline system
I'm trying to install "Yum install httpd-devel" in my system (RedHat/Fedora) but the system have no internet conection. I can download files from the internet and copy to the system, but I cant use ...
2
votes
2answers
194 views
How do I set up a web server on a virtual machine? [closed]
The entity that I work for has a service that allows for VM rental. Is it possible to get one of these VMs and use it as a web server for a website or two? I would like to install social networking ...
2
votes
0answers
111 views
SELinux and multiple httpd service context [closed]
Using CentOS 6
I have 2 Apache httpd services running. The first one provides REST interfaces and a UI to manage the operating system (start/stop services, execute system command using suid, modify ...
0
votes
1answer
357 views
Installing httpd-2.4.3 in RHEL 5.3
I have installed httpd-2.4.3 on RHEL 5.3. I followed the basic installation which later then it runs on
/usr/local/bin/apachectl restart -f /usr/local/conf/httpd.conf
I can access locally (just use ...
0
votes
1answer
345 views
set LD_LIBRARY_PATH on VPS red-hat linux
Where and how should I set LD_LIBRARY_PATH?
I tried to add following code to .bash_profile:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/folder_with_library/
export LD_LIBRARY_PATH
I restart apache ...
0
votes
2answers
259 views
cx_Oracle running with mod_wsgi environment
I installed cx_Oracle on CentOS 6.2. When I import the library from the shell, it works fine but when I launch it through wsgi, I get the error :
ImportError: libclntsh.so.10.1: cannot open shared ...
0
votes
1answer
51 views
Steps for setting up python django on Redhat4, with Apache2
What are the steps for installing all the dependencies needed to get python django working with Apache2 on a Redhat4 system?
3
votes
1answer
2k views
Django virtual host setup. Apache mod_wsgi
I am hoping there is a simple answer to my question as I am not the most experienced with python and Apache.
I am trying to hook up Apache with mod_wsgi. I have used a virtual host to do so. see ...
0
votes
3answers
3k views
Can't get LDAP functions to load in PHP
When attempting to use ldap_connect(), I get this error:
Fatal error: Call to undefined function ldap_connect()
I've recompiled php with the LDAP apache module enabled, and I've edited my ...
2
votes
1answer
2k views
How to Add SSL Site to Zend Server
I'm trying to add a secure site to Zend.
When I go to the Zend server site at http://my_IP:10081 I can see, under server extensions,
"openssl built-in, ON".
When I add SSLEngine On to the ...
11
votes
1answer
249 views
What would cause PHP variables to be rewritten by the server?
I was given a VM at my company to install web software on. But I came across a rather bizarre issue where PHP variables would be overwritten (rewritten) by the server if they matched a specific ...
3
votes
3answers
902 views
RHEL + PHP : writing files outside /var/www/html?
I'm trying to open a file for read/write. I've been developing on Ubuntu, and have had no problems whatsoever. Now it's time to deploy to the RHEL server, and I discover there seems to be some kind ...
-1
votes
1answer
237 views
How to force apache point to latest php version installed?
I have a problem in my red hat server.
previously it was installed with php 5.2..
Then i upgrade to php 5.3.8 with reimi repo..
if use phpinfo() it display 5.3.8 version.
but from command line
...
0
votes
1answer
369 views
ClassCastException — Error on Redhat, not on Windows
I have my website running on Tomcat. When I try to access one of my pages to do a status check, it checks on a particular JAR file. On Red Hat 5, but not on Windows, I get the following error:
...
0
votes
3answers
888 views
Changing Apache's default page to PHP
I am looking to change apaches default page for when there are no indexes and getting a 500 error. My server is Linux Red Hat with clients setup using Kloxo and /etc/httpd/conf.d/welcome.conf I am ...
0
votes
3answers
1k views
Python - egg cache extraction error - permission denied - Apache not seeing SetEnv?
I'm trying to set up Apache with mod_wsgi to run Django on a Red Hat box but I'm getting the dreaded "Permission denied: '/home/pineg/.python-eggs'" egg cache extraction error.
I did what it said and ...
0
votes
3answers
376 views
Why is PHP still displaying errors?
Recently upgrading to PHP 5.3 has resulted in a slew of depreciation errors being shown on my pages. In php.ini I have display_errors off and error_reporting = E_ALL ^ E_DEPRECATED, but the errors ...
2
votes
1answer
2k views
what does “possible SYN flooding on port 8009. Sending cookies” mean in /var/log/messages?
I have a web application setup apache+mod_jk+tomcat(connector for mod_jk on 8009 port). Recently my app started to hang few times a day and in /var/logs/messages there are entries like "possible SYN ...
1
vote
1answer
2k views
Where is “.htacess” apache file located in Linux Red Hat?
Does anyone know where is the .htacess file located after I install in linux red hat 5?
Thanks!
0
votes
2answers
508 views
Problem with uploading files on root linux server
I have a plesk panel and root dedicated server on 1and1. I'm using custom programed php script to upload the files and create the folders to server. I have the upload folder named upload_data_folder ...
0
votes
3answers
280 views
Scaling up from 1 Web Server + 1 DB Server
We are Web 2.0 company that built a hosted Content Management solution from the ground up using LAMP. In short, people log into our backend to manage their website content and then use our API to ...
0
votes
4answers
699 views
Where's the best source of up to date RPMs for RedHat?
Where can I find up to date RPMs for different versions of Redhat Enterprise Linux? Specifically I'm looking for an Apache RPM. Normally I would turn to: http://dag.wieers.com/rpm/packages/ but they ...

