Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: AWstats OR Analog #361736
    circle6media
    Participant

    Still hoping for that awstats “how-to”. Please please please… Big Grin

    in reply to: AWstats OR Analog #361677
    circle6media
    Participant

    I’d be very interested in seeing a good how-to on installing and configuring awstats for multiple domains, and how to properly secure it. I have a little trouble following the docs from awstats.com.

    in reply to: Panther server FTP "command not understood" #360312
    circle6media
    Participant

    I’ve been trying to solve this too. I’m running 10.3.7 on my Xserve. Turns out we need to open more than just port 20,21 for FTP to work through the firewall. I won’t go into how passive and active FTP work here, you can dig around for it if you want… Suffice to say, I pieced together a fix* from a slew of various posts.

    Here’s what worked for me:

    Stop FTP service
    Open Terminal
    cd into /Library/FTPServer/Configuration
    sudo pico ftpaccess
    (we need to specify which ports to allow passive ftp)
    I added the line:
    passive ports xx.xx.xx.xx 51000 51100
    (where xx… is the ftp server’s ip address)
    save the file

    In Server Admin, go to Firewall Settings Advanced
    Make a new rule
    (thanks to Scott DeLeury from Apple OS X Server discussions. This rule worked for me. Initially, I found this rule written incorrectly on a few web pages, which caused some hair-pulling here.)

    Action – Allow
    Protocol – TCP
    Service – Other

    Source Address – Any
    (or create separate rules for each allowed ftp user)

    Source Port – Blank
    Destination Address
    (your ip address that people are accessing ftp from)

    Destination Port – 51000 51100

    Save the new rule and reload your Firewall.
    Start FTP service

    *Well, this “pretty much” works for me. I still get the ‘EPSV’ error, but the long lag is now gone and things are pretty snappy. I’ve had a couple users test FTP with different clients, including BBEdit, and a simple Terminal connection. No complaints. Good luck. Big Grin

Viewing 3 posts - 1 through 3 (of 3 total)