SOLVED Webdav not working in 2014-10-25 nightly

Status
Not open for further replies.

Ismael Duarte

Contributor
Joined
Jun 13, 2011
Messages
154
EDIT: I earlier misread your question.

You can disable apache manually by running the following command:

Code:
service apache24 stop
Code:
and then turn it off from the gui....Try this and see if it solves your problem.
Code:
Here's the output
Code:
[root@duarte ~]# service apache24 stop                                         
apache24 not running? (check /var/run/httpd.pid).    
 
S

Suraj Ravichandran

Guest
I just installed a new 9.3 beta on a vm today and checked that the webdav is working just fine.

Are you sure that you are on the beta (download link: http://download.freenas.org/9.3/BETA/x64/FreeNAS-9.3-BETA-aaa86f0-x64.iso).

If you want a ghetto way to stop apache,
do this
@ps ax | grep httpd@
and with the pid number at the top of the output of the previous command (lets call it "P")
do, @kill P@

Let me know if you still cannot get it to close.
 
Status
Not open for further replies.
Top