04-14-2023, 10:10 PM
first, make sure you finished ehcp install on a clean ubuntu/debian system.
then,
make sure /etc/apache2/apache2.conf has following files at end:
(these normally done by ehcp installer.. )
Include /var/www/vhosts/ehcp/apachehcp.conf
Include /var/www/vhosts/ehcp/apachehcp_subdomains.conf
Include /var/www/vhosts/ehcp/apachehcp_auth.conf
Include /var/www/vhosts/ehcp/apachehcp_passivedomains.conf
then,
still does not work:
(this will be done after version 0.27, that is, in vers. 0.28 and above)
put following in file /etc/apache2/sites-available/default
NameVirtualHost *
<VirtualHost *>
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combineddefault
</VirtualHost>
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
then,
make sure /etc/apache2/apache2.conf has following files at end:
(these normally done by ehcp installer.. )
Include /var/www/vhosts/ehcp/apachehcp.conf
Include /var/www/vhosts/ehcp/apachehcp_subdomains.conf
Include /var/www/vhosts/ehcp/apachehcp_auth.conf
Include /var/www/vhosts/ehcp/apachehcp_passivedomains.conf
then,
still does not work:
(this will be done after version 0.27, that is, in vers. 0.28 and above)
put following in file /etc/apache2/sites-available/default
NameVirtualHost *
<VirtualHost *>
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combineddefault
</VirtualHost>
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.