[colug-432] Apache2 configuration

Tom Hanlon tom at functionalmedia.com
Sun Feb 3 18:52:57 EST 2013


A default apache config used to be pretty good about including the manual, 

The manual is available at the apache site however so you can go from there. 

http://httpd.apache.org/docs/2.2/bind.html

Was that the section you needed ? 

When you accessing from localhost and you login.. does the url go from http to https ? 

If so then perhaps some https config needs to be done ? 

Some linux distros default apache configuration is a series of includes.. so it can be somewhat confusing. 

When you get the blank page or error, note the url and compare to the previous url. 

That should help you track down what is happening

Good luck, 

Tom
On Jan 28, 2013, at 4:15 PM, Angelo McComis <angelo at mccomis.com> wrote:

> A couple ideas:
> 
> a) If you are in control of the code (e.g. it's not something that's compiled and you cannot access it), you could add some "here I am" type debug output to the code so you can see where the code is failing.
> 
> b) Check your httpd logs (access and error) and compare the good responses to the bad responses (127.0.0.1 works, but requests from 192.168.113 do not) and see what's different about them.
> 
> c) Check your config files (and don't forget .htaccess, if it exists anywhere), as well as the httpd.conf.
> 
> Good luck.
> 
> On Mon, Jan 28, 2013 at 2:10 PM, William Temple <whtemple1959 at gmail.com> wrote:
> I have the web application located at /var/www/wkhmk
> I can access the site and perform all tasks from pc1 via localhost/wkhmk
> I can access the login screen from pc1 via 192.168.1.113/wkhmk but get a blank screen after typing in the log in credentials.
> I can access the login screen from pc1 via the machine's name... ubuntu/wkhmk but again get a blank screen after typing in the login credentials
> >From pc2 I can access the website application via the ip address 192.168.1.113/wkhmk but after typing in the log in credentials I get sent to a web based error page.
> >From pc2 I cannot access the website using the machine name... ubuntu/wkhmk again being redirected to a web based error page.
> 
> 
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432

Tom Hanlon
tom at functionalmedia.com
Cloudera Certified Hadoop Developer
Certified MySQL DBA




More information about the colug-432 mailing list