Hi, Try using the password protect directories in mod_security until you find the solution.
________________________________ From: Eric Covener <[email protected]> To: [email protected] Sent: Tuesday, June 25, 2013 10:31 AM Subject: Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow On Tue, Jun 25, 2013 at 11:33 AM, Kirk Woellert <[email protected]> wrote: > That worked. I edited the /etc/host file on the linux client with a public > IP, and I can get access to the 3rd vhost. Finally, get back to the original > issue which started all this. > > I need to be able expose the site to certain decision makers while its under > development. Hence why I tried Order, Deny, Allow directives for a public > IP. I can't edit their individual /etc/hosts files. Any other way to help > Apache route to the 3rd vhost until I can get a FQDN? Give them links with the IP address. Add the IP address as a ServerAlias. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
