» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with panels + Apache

How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions

How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions

This how-to is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS Extensions are relatively new, some internet browsers will not work so the apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.

Read more...

Linux: Howtoforge

Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)

Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)

This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.

Read more...

Linux: Howtoforge

How To Set Up suPHP On A Debian Etch Based ISPConfig Server

How To Set Up suPHP On A Debian Etch Based ISPConfig Server

When you've set up suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data. In general, this howto is the same as my howto "How To Set Up suPHP On A Debian Sarge Based ISPConfig Server" at http://www.howtoforge.com/suphp_debian_ispconfig but it contains some small but important modifications for Debian Etch.

Read more...

Linux: Howtoforge

How To Set Up suPHP On A Debian Sarge Based ISPConfig Server

How To Set Up suPHP On A Debian Sarge Based ISPConfig Server

With this howto I explain how to set up suPHP on a Debian based ISPConfig server with php4. Mainly, it is based on Falko's howto http://www.howtoforge.com/apache2_suphp_php4_php5. Within the forums on Howtoforge, lots of information about "setting up suphp" can be found. However, this information is spread all over the forums, so it is not very clear how to set up suphp on an ISPConfig server. It was the reason for me to write this howto. When you've setup suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data.

Read more...

Linux: Howtoforge

How To Set Up suPHP On A Debian Based ISPConfig Server

How To Set Up suPHP On A Debian Based ISPConfig Server

With this howto I explain how to set up suPHP on a Debian based ISPConfig server with php4. Mainly, it is based on Falko's howto http://www.howtoforge.com/apache2_suphp_php4_php5. Within the forums on Howtoforge, lots of information about "setting up suphp" can be found. However, this information is spread all over the forums, so it is not very clear how to set up suphp on an ISPConfig server. It was the reason for me to write this howto. When you've setup suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data.

Read more...

Linux: Howtoforge