[users@httpd] Potential Feature Request for FrontControllers

2017-07-08 Thread Nicolas Bouvrette
Before I open an official request I would like to heard the opinion of people on this list. I have project who run with a single FrontController which means all routes are dynamic and sent to a single PHP page. While we might debate if this is a good idea or not, I find it extremely powerful for

Re: [users@httpd] need help

2017-07-08 Thread Eric Covener
On Sat, Jul 8, 2017 at 3:42 PM, wrote: > I want to compile httpd with --with-mpm=event module loaded dynamically but > I'm getting a fault below after starting httpd service. > > Invalid command 'MinSpareServers', perhaps misspelled or defined by a module > not included in the

[users@httpd] need help

2017-07-08 Thread rss
Hello, I have a fault with multi-processing modules in httpd-2.4.25 compilation on CentOS 7.3.1611. I want to compile httpd with --with-mpm=event module loaded dynamically but I'm getting a fault below after starting httpd service. Invalid command 'MinSpareServers', perhaps misspelled or

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Blake McBride
The tool returned: >>> http://abc.com > > 200 OK > *Status:* 200 OK *Code:* 200 *Date:* Sat, 08 Jul 2017 16:10:12 GMT *Server:* Apache/2.4.18 (Ubuntu) *Last-Modified:* Tue, 09 May 2017 01:03:45 GMT *ETag:*

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Blake McBride
curl abc.com returned the contents of jkl.com On Sat, Jul 8, 2017 at 9:43 AM, Nick Kew wrote: > On Sat, 2017-07-08 at 08:35 -0500, Blake McBride wrote: > > When, through my browser, I go to abc.com, > > Probably what Eric said. But is there history to this? > As in, trying

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Blake McBride
I tried: apache2ctl -S |grep abc No result apache2ctl -S |grep vhost All lines had a name Thanks! Blake On Sat, Jul 8, 2017 at 9:12 AM, Eric Covener wrote: > On Sat, Jul 8, 2017 at 9:35 AM, Blake McBride wrote: > > How the heck is

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Mitchell Krog Photography
I agree use this tool - http://www.redirect-checker.org/index.php It’s one of the best and doesn’t cache anything so any updates you make when working with redirects are picked up instantly. Kind Regards Mitchell From: Nick Kew Reply: users@httpd.apache.org

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Nick Kew
On Sat, 2017-07-08 at 08:35 -0500, Blake McBride wrote: > When, through my browser, I go to abc.com, Probably what Eric said. But is there history to this? As in, trying different variants on your configuration? If you have previously had a permanent (301) redirect from abc.com, then what you

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Eric Covener
On Sat, Jul 8, 2017 at 9:35 AM, Blake McBride wrote: > How the heck is access to abc.com showing as jkl.com? How can I make > abc.com redirect to the external server at URL https://www.def.com/ghi#about > ? You probably have another, earlier virtualhost for abc.com. Try

Re: [users@httpd] Problem with Redirect

2017-07-08 Thread Mitchell Krog Photography
Hi Blake, worth a shot, try this. I used to do my redirects like this but don't use Apache anymore but this worked perfect for me. ServerName abc.com ServerAlias *.abc.com ServerAdmin m...@xyz.com         RewriteEngine On         RewriteCond %{HTTPS} off         RewriteCond %{HTTP_HOST}

[users@httpd] Problem with Redirect

2017-07-08 Thread Blake McBride
Hello, I am using Apache 2.4.18 on a 64 bit Linux box. I am serving several different URL's via VirtualHost. All is working well except a single, unique case. In the case with the problem, I am attempting to redirect a URL to an external URL. All the cases that work, I am hosting the site,

[users@httpd] apache 2.4 and php on Freebsd

2017-07-08 Thread @lbutlr
Is anyone running Apache 2.4 and mod_php (either 5.6 or 7.0)? Despite many times building out of ports or manually, I cannot get apache to launch successfully with php enabled. Is there something else I can do to get php working? I can get apache to load with mod_php56, but loading php pages