Mobile app version of vmapp.org
Login or Join
Margaret670

: Refreshing the local server ip not refreshing the newly enabled site I have changed the DocumentRoot from /var/www/pydio/pydio-core-6.2.2 to /var/www/php/cloud and updated the /etc/apache2/sites-available/cloud.conf

@Margaret670

Posted in: #Apache2 #Php

I have changed the DocumentRoot from /var/www/pydio/pydio-core-6.2.2 to /var/www/php/cloud and updated the /etc/apache2/sites-available/cloud.conf as below

php directory contains cloud directory which was earlier pydio and it was working.

<VirtualHost *:80>
ServerAdmin pydio@localhost.localdomain.com
ServerName 192.168.1.2
DocumentRoot /var/www/php
ErrorLog ${APACHE_LOG_DIR}/pydio-error.log
CustomLog ${APACHE_LOG_DIR}/pydio-access.log combined
<Directory /var/www/php/>
AllowOverride All
</Directory>
</VirtualHost>


after doing the above change I ran sudo a2ensite cloud which worked fine, but when I reload apache sudo service apache2 reload which also works fine but then if I try to reload the page of using the same IP it still points to old website 000-default which I enabled and reload apache2 before doing the above renaming.

It has been more than 1 hour now it should have refreshed by now.

here is the tree of directory structure

$ pwd
/var/www
$ tree -L 3
.
|-- html
| `-- index.html
`-- php
|-- cloud
| |-- base.conf.php
| |-- cmd.php
| |-- conf
| |-- content.php
| |-- core
| |-- data
| |-- dav.php
| |-- index.php
| |-- index_shared.php
| |-- phpunit
| |-- plugins
| |-- publicLet.inc.php
| |-- rest.php
| `-- runTests.php
|-- index.php
`-- install_website_here


please bear with me, and apologies if I am doing it the crude way , I am not a web developer this is the first time I am setting this up, earlier I followed some tutorial but now I am learning by troubleshooting and digging.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme