Re: [users@httpd] mod_rewrite help?

2011-11-30 Thread Mark Montague
On November 29, 2011 20:08 , j...@nc.rr.com wrote: I'm having issues with mod_rewrite and Apache. Hopefully someone can offer some tips / help. I'm looking for something simple: (a) http://www.website.com - http://www.website.com/blog (b) http://website.com - http://www.website.com/blog

[users@httpd] Logging for mod_cache in Apache 2.2

2011-11-30 Thread Rapp, James
Hello, This is my first attempt at posting to the users mailing list so my apologies if I've made a mistake in my approach. I have integrated mod_cache into my application successfully and can confirm it is working properly by monitoring the cacheroot directory and by noting cached response

[users@httpd] files directive inside a directory directive

2011-11-30 Thread oximoron
Hello, I use the Files directive in order to ask a Ldap authentication on a file. If I use the .htaccess file for that authentication, it works perfectly. If I put the Files directive inside the directory directive in my apache conf (/etc/apache2/sites-enabled/https), when I go on my

[users@httpd] Virtual hosts

2011-11-30 Thread Stormy
Just finished setting up a new server (Ubuntu 11.10) and copied/pasted all conf files for Apache2 from an older fully functional server (Ubuntu 10.04). All the virtual hosts are functioning, but on apache2 restart I get the following warning (the old server gives no warnings, just a clean

[users@httpd] Apache VirtualHost to other server:port

2011-11-30 Thread Eduardo Porte
Hi! How can configure a VirtualHost to another server:port ? My configuration is: VirtualHost server:port ServerName www.sitename.com DocumentRoot /site DocumentIndex /index.php /VirtualHost The configuration is not working, any idea? Tks.

RE: [users@httpd] Apache VirtualHost to other server:port

2011-11-30 Thread Alex Samad - Yieldbroker
You will need to tell apache to listen on that port as well From: Eduardo Porte [mailto:eduardopo...@yahoo.com.br] Sent: Thursday, 1 December 2011 6:28 AM To: users@httpd.apache.org Subject: [users@httpd] Apache VirtualHost to other server:port Hi! How can configure a VirtualHost to another

Re: [users@httpd] Virtual hosts

2011-11-30 Thread Mark Montague
On November 30, 2011 14:16 , Stormy storm...@stormy.ca wrote: Just finished setting up a new server (Ubuntu 11.10) and copied/pasted all conf files for Apache2 from an older fully functional server (Ubuntu 10.04). All the virtual hosts are functioning, but on apache2 restart I get the

[users@httpd] processCallbacks status 2

2011-11-30 Thread Sandeep Kumar Kalpane
Hi All, We are using have Apache and Tomcat server connected using mod proxy. Following message is printed in Tomcat logs WARNING: processCallbacks status 2 Can you please suggest the issue and impact of this. Thanks Sandeep

[users@httpd] Apache service not starting

2011-11-30 Thread Gomathi Karthikeyan
Hi, I have installed Apache from Easy PHP website in my Windows Vista Home basic. The Mysql is started automatically but Apache service is not starting. 01/12 00:56:38 EasyPHP Apache2.2 ServerBase::Start ScanProcess - 6040 01/12 00:59:10 EasyPHP Apache2.2 ServerBase::Start ScanProcess - 4136

Re: [users@httpd] Virtual hosts

2011-11-30 Thread Stormy
At 02:36 PM 11/30/2011 -0500, Mark Montague wrote: On November 30, 2011 14:16 , Stormy storm...@stormy.ca wrote: Just finished setting up a new server (Ubuntu 11.10) and copied/pasted all conf files for Apache2 from an older fully functional server (Ubuntu 10.04). All the virtual hosts are

Re: [users@httpd] Virtual hosts

2011-11-30 Thread Martin Barry
$quoted_author = Stormy ; I just rem'd out all the NameVirtualHost 192.168.0.90:80 and now the warning has changed to: paul@nelson:/etc/apache2/sites-available$ sudo /etc/init.d/apache2 restart * Restarting web server apache2 [Wed Nov 30 15:02:51 2011] [warn] VirtualHost 192.168.0.90:80

Re: [users@httpd] processCallbacks status 2

2011-11-30 Thread Eric Covener
Following message is printed in Tomcat logs WARNING: processCallbacks status 2 I'd suggest asking on a tomcat mailing list, with proper context. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [users@httpd] Apache service not starting

2011-11-30 Thread Eric Covener
What does the Apache error log or event viewer say when you start the Apache service? Can you start httpd.exe from the command line without -k ? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the

Re: [users@httpd] Apache service not starting

2011-11-30 Thread Gomathi Karthikeyan
Hi Eric, Thanks for the reply. It is now working when we restart apache in command line. Thanks Gomathi On 1 December 2011 02:31, Eric Covener cove...@gmail.com wrote: What does the Apache error log or event viewer say when you start the Apache service? Can you start httpd.exe from the

[users@httpd] Variables goes as REDIRECT_REDIRECT_variable_name

2011-11-30 Thread Petr Hracek
Dear user, sorry for bother you with that question but I have a problem. I have setup varible used for authentication names SESSION. After some redirecting over proxies variable goes as REDIRECT_REDIRECT_SESSION But my program looks for variable SESSION. Do you know how to do that setting