You are here

Apache

Setup Ubuntu with SSL (for Drupal)

Wiki Terms: 

I have this working, SSL is setup for Drupal 7

1.) At the bottom of apache2.conf file in /etc/apache2

#setup name based virtual hosting instead of IP based (JLB)
NameVirtualHost *:443
NameVirtualHost *:80

2.) In /etc/apache2/sites-available/default-ssl

Setup for running stored procedures and sql from php / ubuntu on sql server

Wiki Terms: 

1.)

sudo apt-get install php5-sybase

2.)

sudo /etc/init.d/apache2 restart

3.) Third you need to do this: (copied from the internet -- tested it and it works, it will allow you to run stored procs)

“Figured it out...

In researching the problem before posting I saw references to configuration changes needed to FreeTDS, but apparently I was implementing the change wrong, but that is the solution.

Create a virtual host on ubuntu

Wiki Terms: 

create a file: /etc/apache2/sites-available/cf_facultyportal.babsondrupal.org where the filename is the name of the url that will hit the webserver.

Put this in the file replacing the url and the file paths where appropriate:

Restart apache

Wiki Terms: 

/usr/sbin/apachectl configtest
and then if that's ok
 /usr/sbin/apachectl restart

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer