Apache alias do not show images with httpsApache alias not working correctlyApache Alias Folder: 403 Access ForbiddenApache2 Virtual Hosting ServerName in Ubuntu Server 14.04 in LAN not WorkingI can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)Apache Web Server Configuration to install Owncloud 8.2.2 on Ubuntu 14.04Ubuntu 14.04 LTS with Apache2 2.4.7 not displaying images on web pageWebDav won't connect: 405 Method Not AllowedApache Newbie Confused - Can't make directory listing work
MS in Mathematics, having trouble finding work outside teaching algebra
Why do we have 0.0 and -0.0 in Ruby?
Famous conjecture or unsolved problem that could be plausibly proven/solved by freshman mathematician?
Is there any verse in the Rig Veda Samhita that says only Indra existed before creation?
Lat/Long co-ordinates are not plotting onto EPSG:3857 OSM basemap correctly
How to avoid answering "what were you sick with"?
Examples of dialog beats and bookism
Why do airports in the UK have so few runways?
Pi to the power y, for small y's
Why is the block size is not filled with transactions
How is the entropy at the time of the Big Bang calculated?
Is it acceptable to mark off or comment on someone's presentation based on their non-standard English accent?
Multiple processes redirecting to the same file with >
Suppress database change message in SQLCMD.exe
Does anyone know who created or where this He-Man and Battlecat image came from?
How do I protect myself from bad contracting jobs?
Why is it “Cat in the Hat”?
A professor commented that my research is too simple as compared to my colleagues. What does that mean about my future prospects?
In Fischer-Petrosian 1971 game 7, why did Fischer give up his good knight for a bad bishop?
Finding price of the power option
Cooking octopus: simple boil or broth?
What's the use of bonding pad assignments?
Grammar from Sherlock Holmes: Count Dracula and Ebenezer Scrooge come to mind
Puzzle Hunt 01: A cliched treasure map
Apache alias do not show images with https
Apache alias not working correctlyApache Alias Folder: 403 Access ForbiddenApache2 Virtual Hosting ServerName in Ubuntu Server 14.04 in LAN not WorkingI can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)Apache Web Server Configuration to install Owncloud 8.2.2 on Ubuntu 14.04Ubuntu 14.04 LTS with Apache2 2.4.7 not displaying images on web pageWebDav won't connect: 405 Method Not AllowedApache Newbie Confused - Can't make directory listing work
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have created an alias to store product images on a different drive as follow:
ServerName multiplace.net.br
ServerAlias www.multiplace.net.br
ServerAdmin contato@multiplace.net.br
DocumentRoot /var/www/html/multiplace/public_html
Alias /produtos "/mnt/bloco2/multiplace/produtos"
<Directory "/mnt/bloco2/multiplace/produtos">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/www/html/multiplace/logs/error.log
CustomLog /var/www/html/multiplace/logs/access.log combined
I can see images with http but it returns page not found for https. Please check the example:
OK http://www.multiplace.net.br/produtos/imagem.jpg
Not found https://www.multiplace.net.br/produtos/imagem.jpg
Any suggestions? Many thanks.
apache2 alias
add a comment
|
I have created an alias to store product images on a different drive as follow:
ServerName multiplace.net.br
ServerAlias www.multiplace.net.br
ServerAdmin contato@multiplace.net.br
DocumentRoot /var/www/html/multiplace/public_html
Alias /produtos "/mnt/bloco2/multiplace/produtos"
<Directory "/mnt/bloco2/multiplace/produtos">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/www/html/multiplace/logs/error.log
CustomLog /var/www/html/multiplace/logs/access.log combined
I can see images with http but it returns page not found for https. Please check the example:
OK http://www.multiplace.net.br/produtos/imagem.jpg
Not found https://www.multiplace.net.br/produtos/imagem.jpg
Any suggestions? Many thanks.
apache2 alias
add a comment
|
I have created an alias to store product images on a different drive as follow:
ServerName multiplace.net.br
ServerAlias www.multiplace.net.br
ServerAdmin contato@multiplace.net.br
DocumentRoot /var/www/html/multiplace/public_html
Alias /produtos "/mnt/bloco2/multiplace/produtos"
<Directory "/mnt/bloco2/multiplace/produtos">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/www/html/multiplace/logs/error.log
CustomLog /var/www/html/multiplace/logs/access.log combined
I can see images with http but it returns page not found for https. Please check the example:
OK http://www.multiplace.net.br/produtos/imagem.jpg
Not found https://www.multiplace.net.br/produtos/imagem.jpg
Any suggestions? Many thanks.
apache2 alias
I have created an alias to store product images on a different drive as follow:
ServerName multiplace.net.br
ServerAlias www.multiplace.net.br
ServerAdmin contato@multiplace.net.br
DocumentRoot /var/www/html/multiplace/public_html
Alias /produtos "/mnt/bloco2/multiplace/produtos"
<Directory "/mnt/bloco2/multiplace/produtos">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/www/html/multiplace/logs/error.log
CustomLog /var/www/html/multiplace/logs/access.log combined
I can see images with http but it returns page not found for https. Please check the example:
OK http://www.multiplace.net.br/produtos/imagem.jpg
Not found https://www.multiplace.net.br/produtos/imagem.jpg
Any suggestions? Many thanks.
apache2 alias
apache2 alias
asked Jul 15 at 18:15
Flavio Flavio
1
1
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158494%2fapache-alias-do-not-show-images-with-https%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158494%2fapache-alias-do-not-show-images-with-https%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown