This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Question /var/www
#1
Question /var/www
Possible activate the /var/www?
In my case I use sentora, but would like to view /var/www publicly online.

Thanks you!
Reply
Thanks given by:
#2
RE: Question /var/www
You would need to make a custom vhost entry and an openbase_dir entry for that domain... but not really necessary, just use the regular folder created by the domain.
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by: Cantalupo
#3
RE: Question /var/www
got it! Big Grin

However when access, 403 error.
Any solution?


Attached Files Thumbnail(s)
   
Reply
Thanks given by:
#4
RE: Question /var/www
that should not be like that, it should look like:
Code:
<Directory />  <<<----just a slash
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
AddType application/x-httpd-php .php3 .php
ScriptAlias /cgi-bin/ "/_cgi-bin/"
<location /cgi-bin>
AddHandler cgi-script .cgi .pl
Options +ExecCGI -Indexes
</location>
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by: Cantalupo


Possibly Related Threads…
Thread Author Replies Views Last Post
Sentora question and idea kini 5 12 ,899 10-16-2017, 10:22 PM
Last Post: Me.B
Question for api. Ludaking 6 13 ,126 08-29-2017, 12:37 PM
Last Post: Ludaking
SSL question worksmarter 2 7 ,065 03-06-2017, 01:31 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)