• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

httppd problem

P

Para@

Guest
Im running a game server. Im also trying to run a script which looks at screenshots from the game (which are located in the screenshot folder within the game directory).

I installed and used a different webserver and i got it working. When i tried it through Plesk it wouldnt work even after i entered the same code into the httppd file, the code was;

Code:
Alias /YOUR_SERVER_IP/ "/YOUR_PATH/America's Army/System/pb/svss/"

<Directory "/YOUR_PATH/America's Army/System/pb/svss/">
  Options FollowSymLinks
  AllowOverride All
  Order Allow,Deny
  Allow from all
  DirectoryIndex pbsvss.htm
</Directory>
Obviously i change the required parts.

Im guessing that the above code (which i insterted into the other webserver and worked) is not compatable with Plesk.

Could someone help me out and tell me the correct code to use (Synex, wording ect ect)

Thanks in adavnce.
 
Back
Top