Plesk9 anderer Port

umbroboy

Registered User
Hallo,

ist es möglich den Port weitgehenst zu ändern so dass man z.b. auf der arbeit auch auf PLESK zugreifen kann. Der Port 8443 ist da nämlich gesperrt.

Vielen Dank
marcus
 
Ja :)
/usr/local/psa/admin/conf/httpsd.conf said:
server.modules += ("mod_expire", "mod_fastcgi", "mod_rewrite", "mod_accesslog",

compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "
$HTTP["url"] !~ "\.php3?$" {
expire.url = ( "" => "access 1 months")
}

# Do not forget to repeat all your changes in the section for port 8880
$SERVER["socket"] == ":8443" {
include_shell "/usr/local/psa/admin/conf/ssl-conf.sh"
index-file.names = ("index.php")
server.document-root = "/usr/local/psa/admin/htdocs"
...
 
Back
Top