Glype Proxy Problem

Discussion in 'Site & Server Administration' started by TechDudeDan, Sep 5, 2008.

  1. #1
    I have a cronjob which is:

    /home/sneakyst/clearcache.php?path=/home/sneakyst/public_html/&cachesize=100

    it's supposed to clear glypes cache directory but I just keep getting an email saying "file or directory does not exsist." so if you could help me fix it it would be great but if you cant could you tell me a command I could use via cronjob to delete all files in it?
     
    TechDudeDan, Sep 5, 2008 IP
  2. [ch]dan

    [ch]dan Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it looks like your trying to clear the public_html folder?
     
    [ch]dan, Sep 5, 2008 IP
  3. TechDudeDan

    TechDudeDan Peon

    Messages:
    291
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the script tells mt to put that in my cron job.
     
    TechDudeDan, Sep 5, 2008 IP
  4. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #4
    use the following instead:
    curl http://yourdomain.com/clearcache.php?path=/home/sneakyst/public_html/&cachesize=100
    Code (markup):
     
    agnivo007, Sep 13, 2008 IP