HELP! Cant enter the web-interface after upgrading to xfvdw!

Re: HELP! Cant enter the web-interface after upgrading to xf

Postby roman1000 » Sat Sep 07, 2013 4:22 pm

The FTP is running now!

If i want to use the NAS as a php-webserver, where do i have to save the php-files to?
roman1000
 
Posts: 7
Joined: Sat Sep 07, 2013 9:33 am

Re: HELP! Cant enter the web-interface after upgrading to xf

Postby Jocko » Sat Sep 07, 2013 4:46 pm

If you want use also the port 80 to do it, the easiest way is to add some lines in the http.conf file (to the folder /etc) :
I assume that you created a dedicated share : 'myphpserver' where are saved your own php/html files
Code: Select all
Alias /myphpserver /share/1000/myphpserver
<Directory /share/1000/myphpserver>
   DirectoryIndex mydefaultfilename   (ie : index.php or index.html ....)
   Options +Indexes +FollowSymLinks (use '-' instead of '+' if you want disable these options)
   AuthType Basic
   AuthName "My Php Servers Access"
   AuthUserFile /fullpathto.../myhtpasswd (you must use a full path to the htpasswd. If it is located in a share, the path always begins with /share/1000/sharename/...  )
   Require valid-user
</Directory>


And then the url is : http://nasname/myphpserver
! if you open the port 80
I advice you to keep the basic authentication
without it anyone will be able to use your server...
or in your php code you have to manage an access control but think that with php is easy to create security failures...


if you want use another port, you must create a virtual host
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: HELP! Cant enter the web-interface after upgrading to xf

Postby roman1000 » Sun Sep 08, 2013 8:12 am

Wow, my NAS is running VERY good now. PHP is running, a ftp-Server is there.
Plus the countless possibilities with all the servers available, plus the possibilities
to create shares and users and access rights for users, and and and....

It would be too much to write about every feature... But i want to
thank the developers for this great piece of firmware!
roman1000
 
Posts: 7
Joined: Sat Sep 07, 2013 9:33 am

Re: HELP! Cant enter the web-interface after upgrading to xf

Postby fvdw » Sun Sep 08, 2013 10:42 am

thanks for your feedback Roman, we are glad to hear that you like it

Be aware that the spd8020 has limited cpu power and RAM (16 MB only), as result you can not use all features at same time or with many people as then performance will drop.
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Previous

Return to Philips SPD8020

Who is online

Users browsing this forum: No registered users and 3 guests