Hello I’ve got postgresql running. I would like to install PHPpgAdmin for customers. Where is the best place to install? It seems like you cant access /var/www/htdocs without https otherwise the hostname takes you to one of the sites on the server.
Also how do I add links {domain.com}/manager/html and admin for private tomcat users. Is there any info on how to do this? It should pull the correct domain name based on the customers login.
Thanks!
John, I just responded to your mail as well, sorry for the delay
Hello I’ve got postgresql running. I would like to install PHPpgAdmin for customers. Where is the best place to install? It seems like you cant access /var/www/htdocs without https otherwise the hostname takes you to one of the sites on the server.
I’ll ck this out.
Also how do I add links {domain.com}/manager/html and admin for private tomcat users. Is there any info on how to do this? It should pull the correct domain name based on the customers login.
Are you talking about editing the siteworx templates? if so the easiest thing to do is to turn on smarty debugging by simply putting a {debug} in the template and it’ll show a popup with all varaibles in the page. Check out http://smarty.php.net for an overview of how it’s used.
Chris
Hello I’ve got postgresql running. I would like to install PHPpgAdmin for customers. Where is the best place to install? It seems like you cant access /var/www/htdocs without https otherwise the hostname takes you to one of the sites on the server.
What’s teh IP setup on this box? Do you have virtual hosts on the same IP as the hostname resolves to?
Chris
hello Chris,
Yes the sites are named based and share the server’s main ip.
Is this wrong?
Also, the howto for themes is no longer available on your site.
Yes the sites are named based and share the server’s main ip.
Is this wrong?
What will usually happen is that apache will choose the 1st vhost and route the request there if there if there is no direct match. So I’d desginate 1 IP the “main” IP for your extra tools.
Chris