Jump to content
Froxlor Forum

Tealk

Members
  • Posts

    188
  • Joined

  • Last visited

Posts posted by Tealk

  1. Hab noch ein Problem gefunden und zwar macht er hieraus:

    location / {
    	rewrite "^/admin$" "/admin/" permanent;	
    
    	rewrite "^/([a-zA-Z0-9-]+)$" "/studs.php?poll=$1" last;
    	rewrite "^/([a-zA-Z0-9-]+)/action/([a-zA-Z_-]+)/(.+)$" "/studs.php?poll=$1&$2=$3" last;
    	rewrite "^/([a-zA-Z0-9-]+)/vote/([a-zA-Z0-9]{16})$" "/studs.php?poll=$1&vote=$2" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin$" "/adminstuds.php?poll=$1" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin/vote/([a-zA-Z0-9]{16})$" "/adminstuds.php?poll=$1&vote=$2" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin/action/([a-zA-Z_-]+)(/([A-Za-z0-9]+))?$" "/adminstuds.php?poll=$1&$2=$4" last;
    }

    das hier:

    	location / {
    		index index.php index.html index.htm;
    		try_files $uri $uri/ @rewrites;
    		rewrite "^/admin$" "/admin/" permanent;
    		rewrite "^/([a-zA-Z0-9-]+)$" "/studs.php?poll=$1" last;
    		rewrite "^/([a-zA-Z0-9-]+)/action/([a-zA-Z_-]+)/(.+)$" "/studs.php?poll=$1&$2=$3" last;
    		rewrite "^/([a-zA-Z0-9-]+)/vote/([a-zA-Z0-9] {
    			16
    		})$" "/studs.php?poll=$1&vote=$2" last;
    
    		rewrite "^/([a-zA-Z0-9] {
    			24
    		})/admin$" "/adminstuds.php?poll=$1" last;
    
    		rewrite "^/([a-zA-Z0-9] {
    			24
    			})/admin/vote/([a-zA-Z0-9] {
    			16
    		})$" "/adminstuds.php?poll=$1&vote=$2" last;
    
    		rewrite "^/([a-zA-Z0-9] {
    			24
    		})/admin/action/([a-zA-Z_-]+)(/([A-Za-z0-9]+))?$" "/adminstuds.php?poll=$1&$2=$4" last;
    
    	}

     

  2. Das kann ich aber bei einer Subdomain auch nicht?

    Es geht darum das ich irgendwie folgendes in die "location /" bekommen müsste:

    	rewrite "^/([a-zA-Z0-9-]+)$" "/studs.php?poll=$1" last;
    	rewrite "^/([a-zA-Z0-9-]+)/action/([a-zA-Z_-]+)/(.+)$" "/studs.php?poll=$1&$2=$3" last;
    	rewrite "^/([a-zA-Z0-9-]+)/vote/([a-zA-Z0-9]{16})$" "/studs.php?poll=$1&vote=$2" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin$" "/adminstuds.php?poll=$1" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin/vote/([a-zA-Z0-9]{16})$" "/adminstuds.php?poll=$1&vote=$2" last;
    	rewrite "^/([a-zA-Z0-9]{24})/admin/action/([a-zA-Z_-]+)(/([A-Za-z0-9]+))?$" "/adminstuds.php?poll=$1&$2=$4" last;

    also muss ich quasi alle subdomains die Veränderungen an der vhost benötigenals admin anlegen?

  3. Thanks for your quick answer.

    So just install nginx next to the apache, then I would have found these settings that need to be changed:

    • Webserver
    • Webserver vHost configuration file/dirname
    • Webserver diroptions configuration file/dirname
    • Webserver htpasswd dirname
    • Webserver reload command

    And at the end next command, that's all?

    sudo php /var/www/html/Froxlor/scripts/froxlor_master_cronjob.php --force --debug

     

  4. Hallo,

    ich suche die Möglichkeit "SSLHonorCipherOrder" zu deaktivieren, finde aber keine, ist es aktuell im interface nicht möglich?

    Ebenfalls hätte ich dann gleich SSLSessionTickets deaktiviert, beides wird auch von https://ssl-config.mozilla.org vorgeschlagen.

  5. aktuell nur bei der froxlor domain, ich weiß aber nicht ob seit dem Update eine Kundendomain ausgelaufen ist.

     

    //Edit

    die Kundendomains sind alle erst nächsten Monat dran.

     

    //Edit2

    Ja ich kann man daran erinnern das die Zertifikate erneuert wurden, das würde auch erklären warum fast alle Kunden-Zertifikate das gleiche Datum aufweisen.

    So gesehen ist nur die froxlor domain betroffen.

×
×
  • Create New...