Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Apache Config not working for Webmin on Liferay/Ubuntu 12.04 Virtual

$
0
0

The apache config from HERE is not working for Webmin on Liferay/Ubuntu 12.04 (64) Virtual on VMware.

It lists this for /etc/webmin/apache/config:

link_dir=/opt/bitnami/apache2/conf/sites-enabled
test_manual=0
show_list=0
mime_types=/opt/bitnami/apache2/conf/mime.types
access_conf=/opt/bitnami/apache2/conf/access.conf
auto_mods=1
stop_cmd=/etc/init.d/bitnami stop apache
virt_file=/opt/bitnami/apache2/conf/sites-available
test_apachectl=1
max_servers=100
srm_conf=/opt/bitnami/apache2/conf/srm.conf
httpd_dir=/opt/bitnami/apache2
start_cmd=/etc/init.d/bitnami start apache
show_order=0
test_always=0
httpd_conf=/opt/bitnami/apache2/conf/httpd.conf
defines_file=/opt/bitnami/apache2/bin/envvars
apachectl_path=/opt/bitnami/apache2/bin/apachectl
show_names=0
test_config=1
apply_cmd=/opt/bitnami/bin/apachectl graceful
httpd_path=/opt/bitnami/apache2/bin/httpd

The problem seems to be that I dont have an apache2 folder, I have an apache-tomcat folder. By searching the OS partition I found what I think are correct translations for the paths, but its still not working. Has anyone else been able to get this working?

I was able to get the MySQL server to show up in Webmin using the same link, just not Apache.

This is what I have:

link_dir=/opt/bitnami/apache-tomcat/conf/sites-enabled
test_manual=0
show_list=0
mime_types=/opt/bitnami/apache-tomcat/conf/mime.types
access_conf=/opt/bitnami/apache-tomcat/conf/access.conf
auto_mods=1
stop_cmd=/etc/init.d/apache-tomcat stop
virt_file=/opt/bitnami/apache-tomcat/conf/sites-available
test_apachectl=1
max_servers=100
srm_conf=/opt/bitnami/apache-tomcat/conf/srm.conf
httpd_dir=/opt/bitnami/apache-tomcat
start_cmd=/etc/init.d/apache-tomcat start
show_order=0
test_always=0
httpd_conf=/opt/bitnami/apache-tomcat/conf/httpd.conf
defines_file=/opt/bitnami/apache-tomcat/bin/envvars
apachectl_path=/opt/bitnami/apache-tomcat/scripts/ctl
show_names=0
test_config=1
apply_cmd /opt/bitnami/apache-tomcat/scripts/ctl graceful
httpd_path=/opt/bitnami/apache-tomcat/bin/httpd

Any help greatly appreciated.


Viewing all articles
Browse latest Browse all 2052

Trending Articles