• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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