• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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