Re: [us...@httpd] mod_rewrite/rewriterule - forcing a HTTP 500 code on all access attempt?

2009-12-05 Thread André Warnier
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

[us...@httpd] Apache 2.2

2009-12-05 Thread Jos Chrispijn
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

Re: [us...@httpd] Apache 2.2

2009-12-05 Thread Rich Bowen
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

Re: [us...@httpd] Apache 2.2

2009-12-05 Thread Daniel Reinhardt
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

Re: [us...@httpd] Apache 2.2

2009-12-05 Thread Jos Chrispijn
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

[us...@httpd] href="frag.php&field=value" gets error 404.

2009-12-05 Thread Brian Hooper
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.

Re: [us...@httpd] href="frag.php&field=value" gets error 404.

2009-12-05 Thread Marcin 'Rambo' Roguski
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

[us...@httpd] Using Virtual hosts for all the websites in one instance of Apache

2009-12-05 Thread Charan
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

Re: [us...@httpd] Using Virtual hosts for all the websites in one instance of Apache

2009-12-05 Thread André Warnier
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

[us...@httpd] Re: href="frag.php&field=value" gets error 404.

2009-12-05 Thread LuKreme
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.