i have a DED Server with Cpanel on it. The ftp i am using is proftp.
whenever i upload a package (wordpress) to ftp, and i go to install it tell me that i need to set file permission to wri...
hi there.
I have googled my butt off for a step-by-step how-to for this and cannot find anything but a microsoft knowldgebase article that explains a bug.!!!
I have a need to run multipl...
My team has created an Apache Server to host a site. This site has some confidential info and I would like to use a cert. We have installed OpenSSL and created the cert. How can I incorporate ...
hi,
when i try to access a web service from my client, it gave the following error.
ReadMessages failed: org.xml.sax.SAXParseException: Premature end of file.
i generated the stub fil...
I'm trying to connect Tomcat to Apache using mod_proxy_ajp. Here are the relevant configuration sections.
From httpd.conf:
#
# Configure AJP proxying
#
<Location /*/WEB-INF/>
De...
Hi,
I work with proxypass for http links and it works fine. Now I want to use the same technique for https but that seems not to work. Any hints?
Why I use this: Apache is listening to p...
I am trying to my Apache webserver forward incoming requests from the www to another internal web server on a different port.
For example, I want the www user to be able to type:
http://ww...
Hello,
I'm noticing the following files in any directories I give 777 permissions to:
.htaccess containing:
Options -MultiViews
ErrorDocument 404 //photos/12345.php
# 12345 is a diffe...
I have the following error in my log:
MaxClients setting: 1024
Logs showing MaxClients exceeded (100 lines max):
[Tue Jun 24 01:54:22 2008] [error] server reached MaxClients setting, co...
We are running Apache on Windows Server 2003. The access.log file has been getting really huge -- over 1 GB in some cases. Is there a way to limit the size of this log within Apache? If not...
Hello, I am using .htaccess fo add Expires headers to the components of a site...
the only thing that is not takeing is ones like these two...
https://www.domain.org/stylesheet.php?templa...
i have two FC7 AND FC8 machines and both of them running Apache Web Server
i have congigured FC7machine's Apache for Zenoss Server in order two get
performacne data using ApacheMonitor Zenpa...
My customer uses IIS and an ASP .NET web application. But thye use an Apache web server as a gateway to serve the IIS pages. This actually works very well. We use the following entry in the ht...
Hello All,
I am getting the following error when trying to browse to the /nagios/ on a web browser
Forbidden
You don't have permission to access /nagios/ on this s...
Hi all,
I'm having some issues setting up the web interface for Nagios. I have follow http://nagios.sourceforge.net/docs/2_0/cgiauth.html instructions to the letter and I'm getting
Forb...
To start Apache and other "ampp" programs, I have to log in as root and run /opt/lampp/lampp start. I want this to happen automatically on bootup. I have seen posts about adding that command...
I am working in PHP. I'm working on a server running Enterprise Redhat 3. We are leasing this machine from Rackspace. I have a script in my httpsdocs folder that needs to reference files in th...
Hi Experts,
I am trying to do something which I *thought* was pretty easy. I have done this many times with Windows Server 2003 and it works perfectly, but now I trying to do the same thin...
Hi
I can understand that 'modern' browsers look for a favorites icon but why do I need to get 1000s of error messages /day about it in my APACHE error log? (every page hit seems to result i...
We have a server running on the outside and a webserver on the inside network that hosts a single e-commerce website (Interchange). Currently I an using a RewriteRule in a virtual host entry t...
I am trying to use mod_rewrite in Apache. When I try to turn on rewrite logging I get the "Rewritelog not allowed here" message.
I am running multiple virtual hosts and this is the vhosts f...
400 bad request
The apache V2.2 httpd.conf have SSL virtual host.
The DocumentRoot directive value is the same as Directory directive (see code snippet).
The URL is http://nohttps.personaDi...
Looking for options. I have a single cgi script that makes a cgi timeout error and exits before completing. I know I can change the timeout value in the httpd.conf but I don't want to change t...
Hello experts,
I am currently testing an open source e-learning environment (MOODLE), and would like to use a feature of the product that forces SSL for the login page so that data being tr...
I using Netbean5 with server Apache Tomcat 5.5.x
I build the web application using struts
I do declare the listener class in web.xml but when i validate the web.xml file, it returns the ...