This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Redirects occur as expected when the response headers are like the following... | |
| Rattletrap:logs bas$ curl -I --location http://juffrouwjansen-studio.bushbaby.nl/ | |
| HTTP/1.1 302 Found | |
| Server: Apache/2.2.22 (Ubuntu) | |
| X-Powered-By: PHP/5.3.10-1ubuntu3.2 | |
| Expires: Thu, 19 Nov 1981 08:52:00 GMT | |
| Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | |
| Pragma: no-cache | |
| Set-Cookie: PHPSESSID=rkkjfchvgfdvsocd58tbcld6t3; path=/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $this->app->getEventManager()->attach('dispatch', function($e) use ($uri) { | |
| $response = new HttpResponse(); | |
| $response->getHeaders()->addHeaderLine('Location', rawurldecode((string) $uri)); | |
| $response->setStatusCode(302); | |
| return $response; | |
| }, 9999); | |
| Rattletrap:logs bas$ curl -I --location http://rattletrap-juffrouwjansen-studio.nl/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Module.php | |
| public function getViewHelperConfig() { | |
| return array( | |
| 'factories' => array( | |
| 'Site' => function($sm) { | |
| var_dump($sm->getRegisteredServices()); | |
| // dumps viewhelpers - this $sm is the SM from the plugin loader... not the global one? | |
| // how would i get to that one, from here...? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bushbaby_wk_showcase@showcase.wk.bushbaby.nl:/$ cd /usr/lib/openssh | |
| bushbaby_wk_showcase@showcase.wk.bushbaby.nl:/usr/lib/openssh$ ./sftp-server | |
| No user found for uid 5056 | |
| bushbaby_wk_showcase@showcase.wk.bushbaby.nl:/usr/lib/openssh$ ls -la /etc/passwd | |
| -rw-r--r-- 1 0 0 77 Aug 15 13:12 /etc/passwd | |
| bushbaby_wk_showcase@showcase.wk.bushbaby.nl:/usr/lib/openssh$ ls -la /etc/group | |
| -rw-r--r-- 1 0 0 26 Aug 15 13:12 /etc/group | |
| bushbaby_wk_showcase@showcase.wk.bushbaby.nl:/usr/lib/openssh$ cat /etc/group |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rattletrap:juffrouwjansen-winkels.nl bas$ composer.phar update -v | |
| Loading composer repositories with package information | |
| Reading composer.json of bacon/BaconAssetLoader (feature/composer) | |
| Importing branch feature/composer (dev-feature/composer) | |
| Reading composer.json of bacon/BaconAssetLoader (feature/zf2beta4) | |
| Skipped branch feature/zf2beta4, no composer file | |
| Reading composer.json of bacon/BaconAssetLoader (fix/beta5) | |
| Importing branch fix/beta5 (dev-fix/beta5) | |
| Reading composer.json of bacon/BaconAssetLoader (fix/config-rename) | |
| Importing branch fix/config-rename (dev-fix/config-rename) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Does this mean that installing a seperate branch of a package is not possible when required sub-packages also mention that branch? (in my case zf-commons/zfc-user requires dev-master). | |
| Trying to install dev-release as dev-master... Note: I deleted the lock file and the vendor directory. | |
| "require": { | |
| "php": ">=5.3.3", | |
| "zendframework/zendframework": "dev-release as dev-master", | |
| ... | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public function onBootstrap(MvcEvent $e) | |
| { | |
| $e->getApplication()->getServiceManager()->get('EventManager')->getSharedManager()->attach('Zend\Application\Application', 'route', function($event) { | |
| die('aaarg...'); | |
| }, PHP_INT_MAX); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rattletrap:tests bas$ curl -I http://sandalinos-website.rattletrap.bushbaby.nl/css/style.css | |
| HTTP/1.1 302 Found | |
| Date: Wed, 12 Sep 2012 13:24:21 GMT | |
| Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.1c DAV/2 PHP/5.3.16 | |
| X-Powered-By: PHP/5.3.16 | |
| Location: http://sandalinos-website.rattletrap.bushbaby.nl:80/de_DE/css/style.css | |
| Content-Type: text/html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| info@juffrouwjansen.com is unable to send email to many domains... | |
| Sep 18 10:39:11 s2 postfix/smtpd[24443]: NOQUEUE: reject: RCPT from a83-163-80-117.adsl.xs4all.nl[83.163.80.117]: 554 5.7.1 <petervantveen@hotmail.com>: Relay access denied; from=<info@juffrouwjansen.com> to=<petervantveen@hotmail.com> proto=ESMTP helo=<JuffrouwJansen1> | |
| Sep 18 10:39:14 s2 postfix/smtpd[24443]: disconnect from a83-163-80-117.adsl.xs4all.nl[83.163.80.117] | |
| Sep 18 10:39:35 s2 dovecot: pop3-login: Login: user=<kitty.weber@ewe-studio.nl>, method=PLAIN, rip=82.161.40.67, lip=178.79.137.70, mpid=24520, TLS | |
| Sep 18 10:39:35 s2 dovecot: pop3-login: Login: user=<paul.vermeulen@ewe-studio.nl>, method=PLAIN, rip=82.161.40.67, lip=178.79.137.70, mpid=24521, TLS | |
| Sep 18 10:39:35 s2 dovecot: pop3-login: Login: user=<info@ewe-studio.nl>, method=PLAIN, rip=82.161.40.67, lip=178.79.137.70, mpid=24522, TLS | |
| Sep 18 10:39:36 s2 dovecot: pop3(kitty.weber@ewe-studio.nl): Disconnected: Logged out top=0/0, retr=0/0, del=0/53, size=1976623 | |
| Sep 18 10:39:3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| return array( | |
| 'SpeckMultisite' => array( | |
| 'Session' => array( | |
| 'domainMap' => array( | |
| 'groups' => array( | |
| 'jj' => array( | |
| 'master' => 'rattletrap-juffrouwjansen-hoofddorp.nl', | |
| ) |