-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matte/seamcarve isn't supported. #9
Comments
For subdomains, it's probably best to support unix sockets although as it stands right now you can do this. Look into nginx proxy_pass, here's an example:
and as for (2), I put that ball in your court. A small upstart daemon will suffice. If you need me to build it I could. |
Thanks for your quick answer, kristopolous! (1) My vserver runs Debian with Confixx, so i did it using the still installed Apache by this way: Adding proxy support to Apache2
Adding my proxy to apophnia to the Apache configuration:
And restarting Apache:
This works for me. (2) I guess i need to copy one of the other shell script files in /etc/init.d/ and change it for starting and holding apophnia up and running even if it may breaks. But I don't really know what i have to care about doing this. (3a - new) May be i installed something wrong, but there is a problem with the proportion setting in apophnia.conf. If i change it to (3b - new) Possibly connected to 3a. If i have an original with 300x1000px and i call it with picturename_r100.jpg it delivers a jolted pic with 100x100px. But i need a pic in the original proportion which should be 100x333px. Is this possible? |
silly github, I just saw this now ... I'll try to get back to it in the next day or so. |
how sloppy of me. anyway, 3a isn't supported. I should probably update that. Geez ... I'm like the only formal option in this space ... I need to get on top of this thing. ... let me rephrase this. |
Thanks for apophnia.
i had no idea how to install from source & git.
Even without install instructions i guess i got it installed correctly on my debian vserver after googleing a lot using:
apt-get install imagemagick
apt-get install libmagickwand-dev
apt-get git-core
git clone git://github.com/kristopolous/apophnia
cd apophnia
make
make install
cd sample
./create-sample.sh
apophnia
If i call http://mydomain.com:1210/example.png it works. Also with resize parameters.
But if i call http://mydomain.com:1210/index.html only a broken image icon will be shown!?
Should it be this way?
I have also two questions:
Lutz
The text was updated successfully, but these errors were encountered: