Frank Z wrote:
is there a way via RewriteRule to force all access to a certain URL to return with a HTTP 500
e.g. i have a number 3 applications that are or will be obsoleted and is
expected to return a 500 to all callers who try to access it.
so when someone tries to access a deprecated URL
Just migrated to apache-2.2.13 and already ran into this problem:
myserver# apachectl fullstatus
Forbidden - You don't have permission to access /server-status on this
server.
Even getting the same error when logged on as 'root'
Can you tell me what is causing this? Thanks.
Jos
On Dec 5, 2009, at 08:18 , Jos Chrispijn wrote:
Just migrated to apache-2.2.13 and already ran into this problem:
myserver# apachectl fullstatus
Forbidden - You don't have permission to access /server-status on
this server.
Even getting the same error when logged on as 'root'
Can you tel
Just migrated to apache-2.2.13 and already ran into this problem:
myserver# apachectl fullstatus
Forbidden - You don't have permission to access /server-status on this
server.
Even getting the same error when logged on as 'root'
Can you tell me what is causing this? Thanks.
Jos
Check th
Rich Bowen wrote:
Being logged on as root makes no difference, because this is a HTTP
request to the server.
What does the error log say? You're probably lacking an "allow from"
directive somewhere. See:
http://wiki.apache.org/httpd/ClientDeniedByServerConfiguration and
Just found out (readin
Hi,
I am using an html file to run a php script thus...
Frag
Frag Input
The first link works file but the second produces a 404 error; correctly so as
the php file being invoked is
/var/www/frag.php&input=xxx
according to the error log.
rag.php?field=value
? rather than &
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.or
Hi,
we have hundreds of websites and each website has multiple sub
domains. All the sites are running under sun web server 7.0
For example, www.hosting.com is the main domain, it also has sub
domain as www.hasting.com. www.hasting.com will be redirected back to
www.hosting.com. sometimes, if the d
Charan wrote:
Hi,
we have hundreds of websites and each website has multiple sub
domains. All the sites are running under sun web server 7.0
For example, www.hosting.com is the main domain, it also has sub
domain as www.hasting.com. www.hasting.com will be redirected back to
www.hosting.com. som
On Dec 5, 2009, at 10:18, Brian Hooper
wrote:
Frag Input
& is used to separate values from each other. ? Is used to seperate
the values from the URL.
10 matches
Mail list logo