Re: [users@httpd] Virtual Hosts not working

2014-05-19 Thread Curtis Maurand
Check ypur ports.conf for the NameVirtualHost directive. On May 19, 2014 9:39:39 PM EDT, Peter Biggerstaff wrote: >Hi All, > >I am tearing my hair out trying to get virtual hosts to work, but >apache >seems to be ignoring the /etc/apache2/sites-enabled config files. > >I have been trying all mo

Re: [users@httpd] Virtual Hosts not working

2014-05-19 Thread Greg Rundlett (freephile)
Actually, you could have named it ANYTHING.conf Apache is only "seeing" files that end in .conf as per your include directive: IncludeOptional sites-enabled/*.conf So, if you want to disable a site config called example.conf, you can do so by renaming it example.conf.disabled and reloading Apach

Re: [users@httpd] Virtual Hosts not working

2014-05-19 Thread Peter Biggerstaff
Every time you spend a whole morning on something, then give up and mail someone, you find the solution right after! Had to rename the file to 000-default.conf which was missing! On 2014-05-20 13:39, Peter Biggerstaff wrote: Hi All, I am tearing my hair out trying to get virtual hosts to work

[users@httpd] Virtual Hosts not working

2014-05-19 Thread Peter Biggerstaff
Hi All, I am tearing my hair out trying to get virtual hosts to work, but apache seems to be ignoring the /etc/apache2/sites-enabled config files. I have been trying all morning to get it to work, and here is the current state: IncludeOptional sites-enabled/*.conf is in the /etc/apache2/apa

Re: [users@httpd] FallbackResource

2014-05-19 Thread Nick Kew
On Mon, 2014-05-19 at 14:20 -0400, Thomas E. Davis wrote: > I either have a problem with the use of the FallbackResource directive > or I do not understand how it is designed to work. Somewhere between those two, perhaps. > All existing static content requests still get served as expected > and

[users@httpd] FallbackResource

2014-05-19 Thread Thomas E. Davis
I either have a problem with the use of the FallbackResource directive or I do not understand how it is designed to work. First, my setup: Win 7 desktop xampp 1.9.3 (Apache 2.4.9, PHP 5.11) I have a single point access website at My_Domain/test/ configured via the usual mod_rewrite .htaccess sc

Re: [users@httpd] Is it possible to evaluate .htaccess before proxying requests? (Apache 2.4.9)

2014-05-19 Thread Tobias Adolph
Am 16.05.2014 18:47, schrieb Eric Covener: You could try mod_rewrite in directory context. This configuration worked in our environment, .htaccess-files are evaluated (thanks a lot to Eric Covener for his suggestion): Rewrite Engine On RewriteRule ^(.*\.php)$ fcgi://127.0.0.1:4000/path/to/htd

AW: [users@httpd] CGI script returns content of file [wd-vc]

2014-05-19 Thread Bremser, Kurt (AMOS Austria GmbH)
I do not think that AddHandler is correct inside a block Kurt Bremser Newton was wrong. There is no gravity. The Earth sucks. Von: Jason Friedman [jsf80...@gmail.com] Gesendet: Montag, 19. Mai 2014 04:56 An: users@httpd.apache.org Betreff: [users@httpd] CGI script