Results 1 to 10 of 19
Ok, you guys have helped me once i hope it works again
I have apache,php and mysql and started dev on a website. But the issue is that I am ...
- 01-29-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 18
Apache Problems
Ok, you guys have helped me once i hope it works again

I have apache,php and mysql and started dev on a website. But the issue is that I am using a Dyndns that is built into my router, and have all the ports forwarded properly through the router and through the linux firewall, but others are unable to connect to the website with the dyndns address or even my outer ip address (from whatsmyip.org) Did i do something wrong?
Please help with some suggested fixes,
Thanks in advance
Sorch
- 01-31-2011 #2
seems your apache is running on only local interface.
try executing 'netstat -tulpn' as root and check if apache is running on '0.0.0.0'
Which linux distro are you running?
Try 'ipatbles -nL' to see if your distro firewall rules is blocking anything.
- 01-31-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 18
new issue
ok it was something in the firewall that did block it and i got it open, now im having trouble with the site that i have been working on
It is a opencart website located at cdleatherembroidery.com and for some reason the main website isnt displaying right. I have all the components installed correctly and everything but for some reason it is distorted.
Is it something that I have installed incorrectly?
Please check the website out and any input would be appreciated
Thanks in advance sorch
- 01-31-2011 #4
Seems that some CSS and image are missing.
I get some 'not found' errors when i load your website with firebug enabled.
- 01-31-2011 #5Just Joined!
- Join Date
- Jan 2011
- Posts
- 18
Thats what I am not understanding, I have not changed any of the files or anything within the directory. The only thing that has been done was I put the company information in the administration page. Its all done within the admin area which is completely intact its only the store that is messed up
- 01-31-2011 #6
Try checking the apache error logs.
- 01-31-2011 #7Just Joined!
- Join Date
- Jan 2011
- Posts
- 18
where are they located? I will post them on here once found
- 01-31-2011 #8
Check the path as in here
Apache Log Files
- 01-31-2011 #9Just Joined!
- Join Date
- Jan 2011
- Posts
- 18
im not understanding the post there, i am unable to locate it in those areas the terminal keeps putting out errors
no such file or directory
- 01-31-2011 #10
the logs must be in /var/log
Check this one
DistrosDefaultLayout - Httpd Wiki


Reply With Quote