View Single Post
  #7   (View Single Post)  
Old 14th July 2008
Yuka Yuka is offline
Complete BSD nubcake
 
Join Date: Jul 2008
Posts: 31
Default

If it helps... I've done this before with windows, although not with this NAS. I tried it with this NAS unit, but windows didn't like it and whenever a directory on this NAS unit was mentioned anywhere in any apache conf file, apache would just refuse to restart. I think it was something to do with the permissions or authentication associated with the NAS.

I'm going to open up the NAS unit's authentication tonite (in a few hours actually) so there is essentially no authentication required and we'll see what happens.

*Fingers crossed*

UPDATE: My NAS Unit does NOT handle NFS... just SMBFS, Apple's whatever-they-call-it-today, and FTP.

UPDATE 2:

rc.conf:
Code:
hostname="host.domain.com"
ifconfig_le0="DHCP"
linux_enable="YES"
sshd_enable="YES"
courier_authdaemond_enable="YES"
courier_imap_imapd_enable="YES"
courier_imap_imapd_ssl_enable="YES"
slapd_enable="YES"
slapd_flags='-4'
mysql_enable="YES"
pureftpd_enable="YES"
apache22_enable="YES"
saslauthd_enable="YES"
postfix_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
etc/export appears empty and etc/hosts has nothing besides loopback declarations.

Last edited by Yuka; 14th July 2008 at 09:57 PM.
Reply With Quote