Ярлыки

Показаны сообщения с ярлыком apache. Показать все сообщения
Показаны сообщения с ярлыком apache. Показать все сообщения

вторник, 19 марта 2013 г.

static in Apache (simple)


static in Apache:


We must write next string in file apache2.conf:
Alias /media/ "/home/username/mysite/media/"
first arg - link to get images, second arg - full path to storage images folder.

Than we can write in code (link to the image):
<img src="/media/my_image1.jpg" />

суббота, 3 ноября 2012 г.

wsgi installing on apache error


Wsgi and python2.6 see to install in update manager, but error during installation.

Follow command help us:
sudo apt-get install -f

I installed for use with Oracle.