Hi,
Use this script to find out where php is getting these values. Open a
new file and call it php.ini and then put the following contents:
then put this information in your DOCUMENT_ROOT and then call this
script from your browser and it will show you all of your information
php on your sy
Dragon is correct. Apache can be overload due many issues (ie overly
popular site or DoS attack, etc.) but the system will still ping and
respond to other ports and services. Apache will hit the limit and
not respond to http request, which is good, to prevent your system
from DoS or crash.
Ther
Hello,
I have interesting issue with mod_userdir.c to allow users to show
their websites from their directories. I'm running RHL5 with httpd
server 2.2.6 and SELinux is in permissive mode. These directories are
symbolic links to NFS mount but I thought SymLinks would allow this.
I have reboote
Hi,
I'm having problems with trying to link a directory to an NFS mount
to htdocs directory. I get a Forbidden: You don't have permission to
access /calendar/ on this server.
The file is a in /usr/local/apache/htdocs and here is the ls -l of the link:
lrwxrwxrwx 1 rootroot 27 Nov
not accessible:
/usr/local/apache/htdocs/calendar
[Tue Dec 04 15:33:28 2007] [error] [client 209.172.112.207] Symbolic
link not allowed or link target not accessible:
/usr/local/apache/htdocs/calendar
Thank you,
Frank
On Dec 4, 2007 6:50 PM, fchan <[EMAIL PROTECTED]> wrote:
Hi,
I