Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Apache Config

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
mike628
Posts: 3
Joined: 2010-07-25 00:51

Apache Config

#1 Post by mike628 »

Hi, Im new to this.
phpmyadmin files are in usr/share/phpmyadmin
but i cant find anything in my apache2.conf or httpd.conf files that point to that directory.
How do I find the route taken from the Server root "ServerRoot "/etc/apache2"" to the phpmy admin files.
Thanks

User avatar
Absent Minded
Posts: 3464
Joined: 2006-07-09 08:50
Location: Washington State U.S.A.
Been thanked: 3 times

Re: Apache Config

#2 Post by Absent Minded »

Normally, you can use phpmyadmin by typing in the address of your server like so:

Code: Select all

http://mywebserver.com/phpmyadmin
or
http://<ip of server>/phpmyadmin
no additional setup is normally required. You might need to restart your web services though or just have the system reboot to make your changes take effect.
Serving the community the best way I can.
Spreading the tradition of Community Spirit.
Please read some Basic Forum Philosophy
Give a man a fish, he eats for a day. Teach him how to fish, he eats for life.
Updated Nov. 19, 2012

mike628
Posts: 3
Joined: 2010-07-25 00:51

Re: Apache Config

#3 Post by mike628 »

Hello,
I'm not trying to get it to work , it does. I am trying to find out how, since phpmyadmin and the www root are in very different directories, how the server knows where to serve the files in that directory. I have looked at the config files and have not found anything.

Thanks

paulmo
Posts: 240
Joined: 2010-07-23 20:12

Re: Apache Config

#4 Post by paulmo »

I don't want to hijack your thread but can you point me to how/where you got your PHP stack going on Debian?

mike628
Posts: 3
Joined: 2010-07-25 00:51

Re: Apache Config

#5 Post by mike628 »

I'm not sure, I used apt-get. If you could tell me where to look for the url, I'd be glad to tell you.

User avatar
Absent Minded
Posts: 3464
Joined: 2006-07-09 08:50
Location: Washington State U.S.A.
Been thanked: 3 times

Re: Apache Config

#6 Post by Absent Minded »

mike628 wrote:Hello,
I'm not trying to get it to work , it does. I am trying to find out how, since phpmyadmin and the www root are in very different directories, how the server knows where to serve the files in that directory. I have looked at the config files and have not found anything.

Thanks

Code: Select all

/etc/apache2/conf.d
Serving the community the best way I can.
Spreading the tradition of Community Spirit.
Please read some Basic Forum Philosophy
Give a man a fish, he eats for a day. Teach him how to fish, he eats for life.
Updated Nov. 19, 2012

Post Reply