I'm having problems with setting up Apache2 server. I must say I'm completely a newbie. I'd be gladfull if you could help me.
What's the best of way organizing Apache2 config files? I'm using Debian Lenny, and there are a lot of config files(apache2.conf, httpd.conf, ports.conf, sites-available etc...) in different places and I find it quite difficult to set up.
I want to access to phpmyadmin and some other administrator softwares(ISPConfig etc) via admin.example.com subdomain(for example; admin.example.com/phpmyadmin, admin.example.com/ispconfig) but I want this subdomain to be accessible only via ssh so I've tried the following and some other examples that I've found on the internet for phpmyadmin (phpmyadmin.conf) but it's not working.
<Directory /usr/share/phpmyadmin> AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.1