1
vote
2answers
261 views

How can I get Apache2 in OpenSUSE to map /srv/www/htdocs/index.php to localhost?

If the document root for Apache in OpenSUSE is /srv/www/htdocs and that folder only contains my website with its own index.php file, entering "localhost" in a browser should take you to the homepage. ...
1
vote
0answers
254 views

Permission issues while setting up cakephp

I am pretty new to linux and trying to setup cakephp on opensuse 12.1. I did as told on the cakephp website(blog tutorial) and most probably encountering some permission issues. I slapped the cakephp ...
1
vote
1answer
229 views

listen to two IPs for hosting 2 websites with SSL

At my work I had been working on one web application with apche on opensuse listening to one IP, lets say 123.123.123.200. Now we are adding to differet web application to same machine. both have ...
2
votes
1answer
272 views

Enable .Net 4 Mono on OpenSuse

I have an OpenSuse Linux server and want to run an ASP.net web project. I have installed the apache2 module mod-mono, but when I try to access the ASP web pages it looks as if it is attempting to use ...
0
votes
2answers
486 views

Local Apache Not Recognizing New Folder [closed]

I'm running OpenSuse 11.3 X64. I have installed apache2, PHP5 and MySQL in order to do some web-design offline - that is internal network use only. phpMyAdmin is also installed. The default directory ...