Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Move along, nothing to see here . . .

by hesco (Deacon)
on Jan 22, 2012 at 20:52 UTC ( [id://949281]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    hesco@marcus8:~/sandbox$ grep `whoami` /etc/passwd
    hesco:x:1000:1000:Hugh Esco,,,:/home/hesco:/bin/bash
    ...
    total 1
    drwxr-xr-x  2 hesco hesco  48 2012-01-22 13:51 .
    drwxr-xr-x 11 hesco hesco 480 2012-01-22 13:50 ..
    
  2. or download this
    hesco@marcus8:~/sandbox$ perl t/14-ymd_provision_apache.t
    
    ...
    #          got: 'ERROR: user - 1000 is unable to create t/conf/etc/apa
    +che2/sites-available/test_suite/test.example.org'
    #     expected: 't/conf/etc/apache2/sites-available/test_suite/test.ex
    +ample.org'
    # File [ERROR: user - 1000 is unable to create t/conf/etc/apache2/site
    +s-available/test_suite/test.example.org] does not exist
    
  3. or download this
      my $new_vhost_path = "$apache_vhost_base_path/" . $site->{'vhost_ser
    +ver_name'};
      if( -e $new_vhost_path ){
    ...
        }
      }
    }
    
  4. or download this
    -     my $parent_directory = $new_vhost_path =~ s,^(.*)/(.*),$1,;
    
    +     my $parent_directory = $new_vhost_path;
    +     $parent_directory =~ s,^(.*)/.*$,$1,;
          warn "We hope we can write to: $parent_directory ";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://949281]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found